github.com/coder/websocket.Conn.closeStateMu (field)
9 uses
github.com/coder/websocket (current package)
conn.go#L71: closeStateMu sync.RWMutex
read.go#L229: c.closeStateMu.Lock()
read.go#L231: c.closeStateMu.Unlock()
read.go#L350: c.closeStateMu.Lock()
read.go#L353: c.closeStateMu.Unlock()
write.go#L309: c.closeStateMu.Lock()
write.go#L311: c.closeStateMu.Unlock()
write.go#L361: c.closeStateMu.Lock()
write.go#L364: c.closeStateMu.Unlock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |